Skip to content

fix: update HowItWorks copy to reflect Stellar assets (Closes #613)#729

Closed
jacksong2049-prog wants to merge 1 commit into
LabsCrypt:mainfrom
jacksong2049-prog:fix/howitworks-stellar-assets-613
Closed

fix: update HowItWorks copy to reflect Stellar assets (Closes #613)#729
jacksong2049-prog wants to merge 1 commit into
LabsCrypt:mainfrom
jacksong2049-prog:fix/howitworks-stellar-assets-613

Conversation

@jacksong2049-prog
Copy link
Copy Markdown

Summary

Fixes the incorrect chain reference in HowItWorks.tsx. The component currently claims FlowFi supports ETH and ERC-20s, but FlowFi runs on Stellar/Soroban.

Changes

  • frontend/src/components/HowItWorks.tsx line 7: Replaced "ETH, USDC, and 100+ ERC-20s" with "XLM, USDC, EURC and other Stellar token contracts"

Acceptance Criteria

  • Replace the copy to reflect the real Stellar assets we stream
  • Keep step 01 length similar to siblings

Closes #613

@ogazboiz
Copy link
Copy Markdown
Contributor

ogazboiz commented Jun 1, 2026

hey, main has moved significantly today (10+ PRs merged including the JWT test fix and various backend fixes). your branch's CI failure is on a stale base. please rebase:

git fetch upstream
git rebase upstream/main
git push --force-with-lease

main is green right now, so CI should clear on the rebased commit.

@ogazboiz
Copy link
Copy Markdown
Contributor

ogazboiz commented Jun 2, 2026

closing as superseded by #745 (same scope — HowItWorks Stellar copy, closes #613) which just merged with a cleaner diff and green CI.

happy to review your next contribution. join us on Telegram: https://t.me/+DOylgFv1jyJlNzM0

@ogazboiz ogazboiz closed this Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs] HowItWorks.tsx says 'We support ETH, USDC, and 100+ ERC-20s' — wrong chain family

2 participants